home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / 4batch10.zip / XMOVE.BTM < prev   
Text File  |  1991-11-07  |  337b  |  11 lines

  1. if %@len[%&]=0 goto help
  2. move %1 %2 /s
  3. goto end
  4. :help
  5. echo XMOVE.BTM - By Dave Navarro, Jr.
  6. echo Move an entire directory tree from one place to another.
  7. echo If you do not specify a destination as the second parameter,
  8. echo XMOVE.BTM assumes the current directory is the destination.
  9. echo Usage: XMOVE source destination
  10. :end
  11.